home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2005 June
/
CHIP_CD_2005-06.iso
/
test
/
fruity
/
flstudio502_install.exe
/
Fruity Vocoder.dll
/
0
/
RCDATA
/
TSYNTHEDITORFORM
/
TSYNTHEDITORFORM.txt
Wrap
Text File
|
2004-11-03
|
9KB
|
362 lines
object SynthEditorForm: TSynthEditorForm
Left = 199
Top = 312
BorderIcons = []
BorderStyle = bsSingle
Caption = 'SynthForm'
ClientHeight = 248
ClientWidth = 272
Color = clBlack
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = True
Position = poDefault
Scaled = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object SynthPanel: TWPControl
Left = 0
Top = 0
Width = 272
Height = 248
Align = alClient
Color = 5452845
ParentColor = False
ParentShowHint = True
object BandVisual: TQuickPaintBox
Left = 9
Top = 155
Width = 254
Height = 60
Cursor = crHandPoint
OnPaint = BandVisualPaint
OnMouseDown = BandVisualMouseDown
OnMouseMove = BandVisualMouseMove
OnMouseUp = BandVisualMouseUp
end
object FreqMinWheel: TLineWheel
Left = 41
Top = 20
Width = 13
Height = 13
Hint = '|^b^aStarting freq'
Options = [wwBigLine]
MoveSpeed = 4096
SlowMotionDiv = 256
Max = 65536
DefaultValue = 0
OnChange = WheelChange
MouseButton = mbLeft
HotSideX = 12
HotSideY = 13
PopupMenu = SynthResModule.WheelMenu
LineColor = 14077906
LinePressedColor = 14591
LineThickness = 1
end
object FreqMaxWheel: TLineWheel
Tag = 1
Left = 77
Top = 20
Width = 13
Height = 13
Hint = '|^b^aEnding freq'
Options = [wwBigLine]
MoveSpeed = 4096
SlowMotionDiv = 256
Max = 65536
Value = 65536
DefaultValue = 65536
OnChange = WheelChange
MouseButton = mbLeft
HotSideX = 12
HotSideY = 13
PopupMenu = SynthResModule.WheelMenu
LineColor = 14077906
LinePressedColor = 14591
LineThickness = 1
end
object FreqScaleWheel: TLineWheel
Tag = 2
Left = 113
Top = 20
Width = 13
Height = 13
Hint = '|^b^aFreq scale'
Options = [wwBigLine]
MoveSpeed = 8
SlowMotionDiv = 4
Max = 128
Value = 64
DefaultValue = 64
OnChange = WheelChange
MouseButton = mbLeft
HotSideX = 12
HotSideY = 13
PopupMenu = SynthResModule.WheelMenu
LineColor = 14077906
LinePressedColor = 14591
LineThickness = 1
end
object ModFreqOfsWheel: TQuickSlider
Tag = 4
Left = 10
Top = 30
Width = 19
Height = 69
Cursor = crHandPoint
Hint = '|^b^aFormant'
Options = [wwBigLine, wwPause]
MoveSpeed = 160
SlowMotionDiv = 10
Min = -1200
Max = 1200
DefaultValue = 0
OnChange = WheelChange
MouseButton = mbLeft
PopupMenu = SynthResModule.WheelMenu
BmpList = SynthResModule.VSliderIL
end
object BWWheel: TLineWheel
Tag = 5
Left = 51
Top = 76
Width = 13
Height = 13
Hint = '|^b^aBandwidth'
Options = [wwBigLine]
MoveSpeed = 8
SlowMotionDiv = 4
Min = 5
Max = 200
Value = 50
DefaultValue = 50
OnChange = WheelChange
MouseButton = mbLeft
HotSideX = 12
HotSideY = 13
PopupMenu = SynthResModule.WheelMenu
LineColor = 14077906
LinePressedColor = 14591
LineThickness = 1
end
object AttWheel: TLineWheel
Tag = 6
Left = 119
Top = 76
Width = 13
Height = 13
Hint = '|^b^aAttack'
Options = [wwBigLine]
MoveSpeed = 64
SlowMotionDiv = 4
Min = 10
Max = 1000
Value = 20
DefaultValue = 20
OnChange = WheelChange
MouseButton = mbLeft
HotSideX = 12
HotSideY = 13
PopupMenu = SynthResModule.WheelMenu
LineColor = 14077906
LinePressedColor = 33023
LineThickness = 1
end
object RelWheel: TLineWheel
Tag = 7
Left = 155
Top = 76
Width = 13
Height = 13
Hint = '|^b^aRelease'
Options = [wwBigLine]
MoveSpeed = 64
SlowMotionDiv = 4
Min = 10
Max = 1000
Value = 100
DefaultValue = 100
OnChange = WheelChange
MouseButton = mbLeft
HotSideX = 12
HotSideY = 13
PopupMenu = SynthResModule.WheelMenu
LineColor = 14077906
LinePressedColor = 33023
LineThickness = 1
end
object HoldBtn: TQuickBtn
Tag = 8
Left = 233
Top = 136
Width = 30
Height = 13
Cursor = crHandPoint
Hint = '|^b^aHold modulator'
ParentFont = False
ParentColor = True
Font.Charset = DEFAULT_CHARSET
Font.Color = clSilver
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
PopupMenu = SynthResModule.WheelMenu
Options = [tbDirectClick, tbHasDownGlyph, tbTrashGlyph, tbAutoSize]
Spacing = 4
TextAlign = ttaLeft
AccelKey = 0
FXType = FX_Blend
FXAttack = 192
BmpList = SynthResModule.HoldBtnIL
OnClick = WheelChange
StayDown = False
PopupAlign = Popup_Normal
OnMouseUp = HoldBtnMouseUp
end
object InvBtn: TQuickBtn
Tag = 3
Left = 140
Top = 19
Width = 29
Height = 13
Cursor = crHandPoint
Hint = '|^b^aInvert modulator freqs'
ParentFont = False
ParentColor = True
Font.Charset = DEFAULT_CHARSET
Font.Color = clSilver
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
PopupMenu = SynthResModule.WheelMenu
Options = [tbDirectClick, tbHasDownGlyph, tbTrashGlyph, tbTransparent]
Style = FS_Transparent
Spacing = 4
TextAlign = ttaLeft
AccelKey = 0
FXType = FX_Blend
BmpList = SynthResModule.LEDIL
OnClick = WheelChange
PopupAlign = Popup_Normal
end
object NumBandsSelect: TSelector
Tag = -1
Left = 44
Top = 221
Width = 120
Height = 13
Cursor = crHandPoint
Hint = '|Number of bands'
NumCols = 6
NumRows = 1
Value = 2
DefaultValue = 2
OnChange = NumBandsSelectChange
end
object OrderSelect: TSelector
Tag = -1
Left = 210
Top = 221
Width = 54
Height = 13
Cursor = crHandPoint
Hint = '|Filter order'
NumCols = 3
NumRows = 1
Value = 1
DefaultValue = 2
OnChange = OrderSelectChange
end
object ModVolWheel: TQuickSlider
Tag = 9
Left = 204
Top = 37
Width = 19
Height = 71
Cursor = crHandPoint
Hint = '|^b^aModulator level'
Options = []
MoveSpeed = 16
SlowMotionDiv = 4
Max = 160
DefaultValue = 0
OnChange = WheelChange
MouseButton = mbLeft
PopupMenu = SynthResModule.WheelMenu
BmpList = SynthResModule.VSliderIL
end
object CarVolWheel: TQuickSlider
Tag = 10
Left = 223
Top = 37
Width = 19
Height = 71
Cursor = crHandPoint
Hint = '|^b^aCarrier level'
Options = []
MoveSpeed = 16
SlowMotionDiv = 4
Max = 160
DefaultValue = 0
OnChange = WheelChange
MouseButton = mbLeft
PopupMenu = SynthResModule.WheelMenu
BmpList = SynthResModule.VSliderIL
end
object WetVolWheel: TQuickSlider
Tag = 11
Left = 242
Top = 37
Width = 19
Height = 71
Cursor = crHandPoint
Hint = '|^b^aWet level'
Options = []
MoveSpeed = 16
SlowMotionDiv = 4
Max = 160
Value = 128
DefaultValue = 128
OnChange = WheelChange
MouseButton = mbLeft
PopupMenu = SynthResModule.WheelMenu
BmpList = SynthResModule.VSliderIL
end
object SwapModCarSelect: TQuickBtn
Tag = -1
Left = 204
Top = 9
Width = 38
Height = 11
Cursor = crHandPoint
Hint = '|Carrier / modulator location (left / right)'
ParentColor = True
Options = [tbDirectClick, tbHasDownGlyph]
AccelKey = 0
FXType = FX_Blend
FXRelease = 85
BmpList = SynthResModule.SwapModCarIL
OnClick = SwapModCarSelectChange
end
object ListenSelect: TSelector
Tag = -1
Left = 204
Top = 20
Width = 57
Height = 10
Cursor = crHandPoint
Hint = '|Listen to modulator / carrier / wet'
NumCols = 3
NumRows = 1
Value = 2
DefaultValue = 2
OnChange = ListenSelectChange
end
end
end